IVector.SetAt Method

Sets the value at the specified index in the vector.

Syntax

public:
void SetAt(
         uint32 index,
         T value
)  

Parameters

index
Type: uint32 

  The zero-based index at which to set the value.

value
Type: T 

The item to set.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVector Generic Interface

IVector Members

Windows.Foundation.Collections Namespace